Support for fischertechnik TX-controller
System Object
FischerTechnik.FtMscLib.Errors FtError
Namespace: FischerTechnik.FtMscLib.Errors
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Top
Top
ftxGetLibErrorString(UInt32, UInt32, StringBuilder, UInt32)
[This is preliminary documentation and is subject to change.]
The errors as defined in the FtMscLib
Inheritance Hierarchy
FischerTechnik.FtMscLib.Errors FtError
Namespace: FischerTechnik.FtMscLib.Errors
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax
The FtError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FtError | Initializes a new instance of the FtError class |
Fields
Name | Description | |
---|---|---|
![]() ![]() | FTLIB_ERR_CREATE_EVENT | |
![]() ![]() | FTLIB_ERR_CREATE_MM_TIMER | |
![]() ![]() | FTLIB_ERR_DEVICE_IS_OPEN | |
![]() ![]() | FTLIB_ERR_DEVICE_NOT_OPEN | |
![]() ![]() | FTLIB_ERR_FAILED | |
![]() ![]() | FTLIB_ERR_INVALID_PARAM | |
![]() ![]() | FTLIB_ERR_LIB_IS_INITIALIZED | FtMscLibEx is initialized |
![]() ![]() | FTLIB_ERR_LIB_IS_NOT_INITIALIZED | FtMscLibEx is not initialized |
![]() ![]() | FTLIB_ERR_NO_MEMORY | Operation error |
![]() ![]() | FTLIB_ERR_NO_SUCH_DEVICE_INSTANCE | |
![]() ![]() | FTLIB_ERR_SOME_DEVICES_ARE_OPEN | |
![]() ![]() | FTLIB_ERR_SUCCESS | Operation is successful. |
![]() ![]() | FTLIB_ERR_THREAD_IS_RUNNING | FtMscLibEx Transfer Area thread is active in online mode |
![]() ![]() | FTLIB_ERR_THREAD_NOT_RUNNING | FtMscLibEx Transfer Area thread is inactive |
![]() ![]() | FTLIB_ERR_THREAD_NOT_STARTABLE | |
![]() ![]() | FTLIB_ERR_THREAD_SYNCHRONIZED | FtMscLibEx Transfer Area thread synchronizes with the ROBO TX-C |
![]() ![]() | FTLIB_ERR_TIMEOUT | |
![]() ![]() | FTLIB_ERR_TIMEOUT_TA | |
![]() ![]() | FTLIB_ERR_UNKNOWN | Unkwown error. |
![]() ![]() | FTLIB_ERR_UNKNOWN_DEVICE_HANDLE |
Remarks
See Also